io/fs.dirInfo.fileInfo (field)
6 uses
io/fs (current package)
readdir.go#L51: fileInfo FileInfo
readdir.go#L55: return di.fileInfo.IsDir()
readdir.go#L59: return di.fileInfo.Mode().Type()
readdir.go#L63: return di.fileInfo, nil
readdir.go#L67: return di.fileInfo.Name()
readdir.go#L80: return dirInfo{fileInfo: info}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |